tools: xl: add option to run in foreground but still monitor for reboot etc
authorIan Campbell <ian.campbell@citrix.com>
Tue, 17 May 2011 16:32:19 +0000 (17:32 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Tue, 17 May 2011 16:32:19 +0000 (17:32 +0100)
commitcea8ac93c769ae1c59da802f0031413566285563
treedebe92081fdc8ffa3ae63b55b059a371324aed96
parent142cbfcc6d005e447e62f3b6ff580cfe3697135c
tools: xl: add option to run in foreground but still monitor for reboot etc

Split daemonization option out from monitoring a domain for reboot
etc. The 'e' option continues to disable both and a new 'F'(oreground)
option disables only daemonization.

When I'm debugging xl in the foreground this is often the behaviour I
would like.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxl/xl_cmdimpl.c